scrolledwindow: Fix calls to gdk_window_move_resize()
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>
Fri, 10 Jun 2016 12:16:53 +0000 (21:16 +0900)
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>
Fri, 10 Jun 2016 12:16:53 +0000 (21:16 +0900)
commita9a59ac55e01333f8e72ac8807eb6d4c9a9f5017
tree479362ab7eb12aac058977fd660b0dcbad17f540
parent32675db49086c42d9d58f572740c16e52243031d
scrolledwindow: Fix calls to gdk_window_move_resize()

This is a bit of fallout from 34feba1, now that we resolve
the has_indicators value earlier than realize, it becomes
possible to call gdk_window_move_resize() before realization.

Just added the appropriate checks.
gtk/gtkscrolledwindow.c